Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/05 - Random Password Generator/

assets /cody/swapnilsparsh/30DaysOfJavaScript/05 - Random Password Generator/assets/
1 Items
  • favicon.png
  • font /cody/swapnilsparsh/30DaysOfJavaScript/05 - Random Password Generator/font/
    1 Items
  • sans.ttf
  • index.html /cody/swapnilsparsh/30DaysOfJavaScript/05 - Random Password Generator/index.html
    441 Views
    0 Comments
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">

    main.js /cody/swapnilsparsh/30DaysOfJavaScript/05 - Random Password Generator/main.js
    219 Views
    0 Comments
    const words = ['seat', 'pen', 'broad', 'vapor', 'ocean',
    'red', 'plate', 'late', 'that', 'ring', 'swim', 'shown',
    'path'
    style.css /cody/swapnilsparsh/30DaysOfJavaScript/05 - Random Password Generator/style.css
    152 Views
    0 Comments
    * {
    padding: 0;
    margin: 0;
    font-family: "sans";
    user-select: none;
    }

    @font-face {